unique.node.isEntry (field)
10 uses
unique (current package)
canonmap.go#L49: if n.isEntry {
canonmap.go#L80: if n.isEntry {
canonmap.go#L99: if (n == nil || n.isEntry) && !i.dead.Load() {
canonmap.go#L199: if n.isEntry {
canonmap.go#L216: if n != nil && n.isEntry {
canonmap.go#L258: isEntry bool
canonmap.go#L262: if !n.isEntry {
canonmap.go#L269: if n.isEntry {
canonmap.go#L295: return &indirect[T]{node: node[T]{isEntry: false}, parent: parent}
canonmap.go#L320: node: node[T]{isEntry: true},
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |